executable/pe/section/tls

contain a thread local storage (.tls) section

rule:
  meta:
    name: contain a thread local storage (.tls) section
    namespace: executable/pe/section/tls
    authors:
      - michael.hunhoff@mandiant.com
    scopes:
      static: file
      dynamic: file
    examples:
      - Practical Malware Analysis Lab 16-02.exe_
  features:
    - section: .tls

last edited: 2023-11-24 10:34:28